Einhugur Xml Plugin for Xojo

Node.NextSibling Method

Returns next sibling node.

NextSibling() as EinhugurXml.Node

Parameters

Returns

EinhugurXml.Node

Remarks

To support fluent chained syntax then nil is never returned. You can check for empty with the empty property.

See Also

Node Class